home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / dos-go32.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  1.6 KB  |  69 lines

  1.  
  2. LBINDIR=d:/unix
  3. OFLAG    = -O
  4. #  -O
  5. LIBS    = -lm -lg 
  6.  
  7. CAT=cat -B
  8. EXE_PREFIX=
  9.  
  10. #gcc 2.1 compiles akcl correctly as far as I have been able to determine.
  11. CC = gcc -I${GCLDIR}/dos -I${GCLDIR}/o -DVOL=volatile -W 
  12. ODIR_DEBUG= -O
  13. # -O -g
  14. # using gcc so dont need this and dont have cc.
  15. MYGCC=gcc
  16. RANLIB1_O=ranlib gcllib.a
  17. RANLIB2_O=
  18. RANLIB1_MP=ranlib libmport.a
  19. RANLIB2_MP=
  20. GNULIB1= ${MPDIR}/gnulib1.o
  21.  
  22. PORTDIR    = ..\unixport
  23.  
  24. LSP2C_1=..\xbin\if-exists $(PORTDIR)\saved_gcl rm -f $*.c $*.h $*.data $*.o
  25. LSP2C_2=..\xbin\if-exists makefile $(PORTDIR)\saved_gcl $(PORTDIR)/ $* $* S0111
  26.  
  27. .lsp.c: 
  28.         $(LSP2C_1)
  29.         $(LSP2C_2)
  30.  
  31. LSP2O_1=..\xbin\if-exists $(PORTDIR)\saved_gcl rm -f $*.c $*.h $*.data $*.o
  32. LSP2O_2=..\xbin\if-exists $(PORTDIR)\saved_gcl $(PORTDIR)\saved_gcl $(PORTDIR)/ $* $* S0111
  33. LSP2O_3=..\xbin\if-exists $(PORTDIR)\saved_gcl $(CC) $(OFLAG) $(CFLAGS) $*.c
  34. LSP2O_4=..\xbin\if-exists $(PORTDIR)\saved_gcl ..\xbin\append ${NULLFILE} $*.data $*.o
  35.  
  36. .lsp.o: 
  37.         $(LSP2O_1)
  38.         $(LSP2O_2)
  39.         $(LSP2O_3)
  40.         $(LSP2O_4)
  41.  
  42. AS=as
  43.  
  44. MAINDIR = /gcl
  45. CFLAGS    = -c $(DEFS)  -I../h
  46.  
  47. MAIN    = ../o/main.o
  48.  
  49. MPFILES=${MPDIR}/mpi-386d.o ${MPDIR}/libmport.a
  50. # objs for libmport.a
  51. MPOBJS= mp_divul3.o mp_bfffo.o mp_mulul3.o mp2.o mp_dblrsl3.o mp_dblremul3.o ${MPDIR}/gnulib1.o
  52. NATIVE_CC=gcc
  53.  
  54. RSYM    = rsym
  55. SFASL    = $(ODIR)/sfasl.o
  56. EXTRA_OTARGETS=
  57.  
  58. # extras for dos (in dos directory)
  59. DOS_ODIR=../dos
  60. EXX_DOS=${DOS_ODIR}/dostimes.o ${DOS_ODIR}/read.o ${DOS_ODIR}/signal.o ${DOS_ODIR}/sigman.o ${DOS_ODIR}/dum_dos.o
  61.  
  62. # This function will be run before dumping.
  63. # When using SFASL it is good to have (si::build-symbol-table)
  64. INITFORM=(si::build-symbol-table)
  65.  
  66. NULLFILE=
  67. DPP = ..\bin\dpp
  68.  
  69.